home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / tw3.zip / TREEWALK.INI < prev    next >
Text File  |  1992-10-13  |  6KB  |  103 lines

  1. 23    'Grey on Blue color for screen background
  2. 48    'Black on Cyan color for display of Directory tree
  3. 112    'Black on White - text box interiors, primary box text, TREE hilite bar
  4. 113    'Blue on White (secondary color for box text), TREE stats color
  5. 120    'Grey on White color for borders of all text boxes
  6. 241    'Blinking Blue on White color for blinking messages
  7. 113    'Blue on White color for FKey menu display on bottom of screen
  8. 48    'Black on Cyan color for display of UNMARKED file name
  9. 112    'Black on White to display UNMARKED file names under hilite bar
  10. 14    'B.Yellow on Black color to display MARKED file names
  11. 126    'Color for MARKED filename currently under hilite bar
  12. 30    'B.Yellow on Blue color for Title Text at top of screen
  13. 31    'B.White on Blue color for alternate title text at top of screen
  14. 3    'Cyan on Black color for display of subdir files and bytes
  15. 116     'Red on White color for warning messages, errors, etc
  16. LIST    'Default file viewer/editor to use (MUST LEAVE SPACE AFTER NAME!)
  17. ---Line 17 Reserved for future use---
  18.     ' Printer control codes for Title line of printout
  19.     ' Printer control codes to cancel above Title codes
  20.     ' Printer control codes for file name, date, size, and time info
  21.     ' Printer control codes for attribute or file note string
  22.     ' Printer control code to RESET your printer
  23. ===============================================================================
  24.  
  25. NOTES - V3.00 - Release date 10/13/92
  26. -------------------------------------
  27.  
  28.         [] - The lines above the double-dashed line above *MUST* remain in the
  29.         sequence shown.
  30.  
  31.         [] - To conserve disk space, you can edit this file to delete any
  32.         or all lines after the dashed double-line, above.  If you do edit this
  33.         file, you should make a backup copy first (unless you are either very
  34.         skilled or very daring!)
  35.  
  36.         [] - The lines above reflect the normal defaults for TW.EXE - if you
  37.         need no changes, you might as well rename or delete this TREEWALK.INI
  38.         file, or move it off the current DOS PATH.
  39.  
  40.         [] - Comments are optional, but *MUST* come AFTER the numeric values,
  41.         and MUST be separated from the numeric value by at least one blank
  42.         space character.
  43.            - For the final line, at least one blank space must seperate the
  44.         name of the file viewer / editor from its comment.  If there is no
  45.         comment, leave at least one blank space after the file name.  The given
  46.         program file name MUST be on the current DOS PATH, or else you must
  47.         include the DOS PATH along with the file name.
  48.  
  49.         NOTE: - If you set the name of the file viewer / editor as ASK then you
  50.                 will be asked which program file to use each time you press
  51.                 either ENTER or F4 from within the FILE MANAGER.
  52.  
  53.               - Be aware that TW uses a significant amount (approx 240K) of DOS
  54.                 RAM, so it may not be possible to run a "large" program from
  55.                 within TW.  This facility is intended for relatively small,
  56.                 utility-type programs.
  57.  
  58.               - If the program name you want to use accepts parms after the
  59.                 program name (eg, progname [/parms] filename) go right ahead
  60.                 and put them on the given space.  - If the program accepts
  61.                 parms after the filename, first press ENTER, then add the
  62.                 additional parms as requested.
  63.  
  64.               - TW.EXE uses the program name you input, and shells to DOS using
  65.                 the given program name along with the currently hilited file
  66.                 name as a command line item.  See also the TW.DOC file for more
  67.                 info on /ASK and /NOASK (page 9).
  68.  
  69.         [] - All lines in the TREEWALK.INI file *MUST* end with "hard" CRLF
  70.         (hex 0D0A pair).
  71.  
  72.         [] - Default colors can be restored by erasing or renaming this file.
  73.            - Note that use of the "/M" switch, in either the ENVIRON or on the
  74.         Command line, will override any color setting in this file.
  75.  
  76.         [] - This file *MUST* be named TREEWALK.INI, and *MUST* be located
  77.         on your DOS PATH in order to be effective.  Note that TREEWALK.INI
  78.         does NOT need to be in the same directory as TW.EXE.
  79.  
  80.         [] - New color values may be derived as follows:
  81.  
  82.         Color           Foreground Value                Background Value
  83.  
  84.         BLACK                   0                                0
  85.         BLUE                    1                               16
  86.         GREEN                   2                               32
  87.         CYAN                    3                               48
  88.         RED                     4                               64
  89.         MAGENTA                 5                               80
  90.         YELLOW                  6                               96
  91.         WHITE/GREY              7                              112
  92.  
  93.     - To determine which value to use, just add BACKGROUND and FOREGROUND
  94.     values together, and keep in mind the following:
  95.         - To get INTENSE foreground color, add 8 to foreground value.
  96.         - To get BLINKING attribute, add 128 to the total combined color value.
  97.     - Simply type the new color value at the beginning of the appropriate
  98.     line, above, and TW.EXE will use it next time you use it.
  99. ===============================================================================
  100.                   Steve Dunn
  101.                 CIS 70034:2454
  102.  
  103. ==========================[ END OF TREEWALK.INI FILE ]=========================